Uses of Class
org.eclipse.vtp.framework.interactions.core.configurations.SharedContentConfiguration

Packages that use SharedContentConfiguration
org.eclipse.vtp.framework.interactions.core.configurations   
 

Uses of SharedContentConfiguration in org.eclipse.vtp.framework.interactions.core.configurations
 

Methods in org.eclipse.vtp.framework.interactions.core.configurations that return SharedContentConfiguration
 SharedContentConfiguration[] MediaProviderConfiguration.getSharedContent()
          Returns the shared content in this media provider.
 

Methods in org.eclipse.vtp.framework.interactions.core.configurations with parameters of type SharedContentConfiguration
 void MediaProviderConfiguration.addSharedContent(SharedContentConfiguration sharedContent)
          Adds a shared content item to this media provider.
 void MediaProviderConfiguration.removeSharedContent(SharedContentConfiguration sharedContent)
          Removes a shared content item from this media provider.